home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / w3m.prerm < prev    next >
Encoding:
Text File  |  2007-01-22  |  202 b   |  13 lines

  1. #!/bin/sh
  2. #
  3.  
  4. case "$1" in
  5.     remove|deconfigure)
  6.         update-alternatives --quiet --remove pager /usr/bin/w3m
  7.     update-alternatives --quiet --remove www-browser /usr/bin/w3m
  8.         ;;
  9.     *)
  10. esac
  11.  
  12.  
  13.